home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 October: Mac OS SDK / Dev.CD Oct 97 SDK1.toast / Development Kits (Disc 1) / QuickDraw 3D / RAVE SDK 1.5 MacOS / RaveDemo / ShieldRect.h < prev    next >
Encoding:
Text File  |  1997-08-14  |  265 b   |  8 lines  |  [TEXT/CWIE]

  1.  
  2. typedef pascal void (*ShieldRectNotifyProcPtr)(SInt16 left, SInt16 top, SInt16 right, SInt16 bottom, SInt32 refCon);
  3.  
  4. void RegisterShieldRect(Rect * rectToShield, ShieldRectNotifyProcPtr proc, long refCon, long * cookie);
  5. void UnregisterShieldRect(long cookie);
  6.  
  7.  
  8.